home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
mgr
/
mgr.zoo
/
mgrdif1.zoo
/
demo
/
tests
/
diffs
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-03-01
|
418 b
|
22 lines
*** many.c~ Wed Feb 27 17:04:11 1991
--- many.c Wed Feb 27 17:05:17 1991
***************
*** 27,33 ****
int x,y,w,h;
int lastx=0, lasty=0;
char buff[100];
! int sprintf();
int offset, foo;
register int i;
--- 27,35 ----
int x,y,w,h;
int lastx=0, lasty=0;
char buff[100];
! #ifndef atarist
! char *sprintf();
! #endif
int offset, foo;
register int i;